home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
tests
/
colnew.tst
< prev
next >
Wrap
Text File
|
1999-09-16
|
257b
|
16 lines
getf('SCI/tests/colnew.sci','c')
[z,zf]=col1();
if maxi(abs(z-zf))>1.e-5 then pause,end
[z,zf]=col2(0);
// Fortran Coded version
if maxi(abs(z-zf))>1.e-2 then pause,end
[z,zf]=col2(1);
// Scilab coded version
if maxi(abs(z-zf))>1.e-2 then pause,end